@import url("partial.css");
/*********************************/
body {
  font-size: 12px;
  margin: 0;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHei";
}
.dot4ease {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@font-face {
  font-family: yplx;
  src: url("../fonts/yplx/yinpinlingxiu.eot");
  src: url("../fonts/yplx/yinpinlingxiu.eot?#iefix") format("embedded-opentype"), url("../fonts/yplx/yinpinlingxiu.woff2") format("woff2"), url("../fonts/yplx/yinpinlingxiu.woff") format("woff"), url("../fonts/yplx/yinpinlingxiu.ttf") format("truetype"), url("../fonts/yplx/yinpinlingxiu.svg") format("svg");
}
@font-face {
  font-family: fzdbs;
  src: url("../fonts/fzdbs_gbk/fzdbsgbk.eot");
  src: url("fonts/fzdbs_gbk/fzdbsgbk.eot?#iefix") format("embedded-opentype"), url("../fonts/fzdbs_gbk/fzdbsgbk.woff2") format("woff2"), url("../fonts/fzdbs_gbk/fzdbsgbk.woff") format("woff"), url("../fonts/fzdbs_gbk/fzdbsgbk.ttf") format("truetype"), url("../fonts/fzdbs_gbk/fzdbsgbk.svg") format("svg");
}
@font-face {
  font-family: fzqdft;
  src: url("fonts/fzqdft/fzqdft.eot");
  src: url("../fonts/fzqdft/fzqdft.eot?#iefix") format("embedded-opentype"), url("fonts/fzqdft/fzqdft.woff2") format("woff2"), url("fonts/fzqdft/fzqdft.woff") format("woff"), url("../fonts/fzqdft/fzqdft.ttf") format("truetype"), url("../fonts/fzqdft/fzqdft.svg") format("svg");
}
/****/
.controW {
  width: 1100px;
  margin: 0 auto;
}
.header h1 {
  float: left;
  height: 100px;
  line-height: 100px;
}
.header h1 img {
  vertical-align: middle;
  max-height: 77px;
  width: auto;
}
.header div {
  float: right;
}
.header dl {
  position: relative;
  margin-top: 36px;
  float: left;
}
.header dl dd {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 0 15px;
}
.header dl dd input {
  border: none;
  background: none;
  width: 180px;
  height: 26px;
}
.header dl dt {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  right: 5px;
  margin-top: -15px;
  cursor: pointer;
}
.header dl dt .fa {
  font-size: 16px;
  color: #ccc;
}
.header h2 {
  float: left;
  font-size: 0;
  line-height: 0;
  padding-top: 26px;
  padding-left: 30px;
}
.header h2 i,
.header h2 span,
.header h2 b {
  line-height: 40px;
  display: block;
  float: left;
}
.header h2 i {
  font-size: 20px;
  padding-top: 1px;
}
.header h2 span {
  font-size: 16px;
  padding-left: 5px;
}
.header h2 b {
  font-size: 30px;
  font-family: yplx;
  line-height: 1;
  margin-top: -6px;
}
.nav.fixed {
  height: 50px;
}
.nav.fixed nav {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(43, 43, 43, 0.9);
}
nav {
  background-color: #2b2b2b;
}
nav > dl > dd {
  float: left;
  width: 122px;
  width: 122.22px;
  width: 11.111%;
  width: calc(100% / 9);
}
nav > dl > dd > div h2 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
nav > dl > dd > div h2 a {
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 16px !important;
  text-align: center;
}
nav > dl > dd > div:hover h2 a {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
nav > dl > dd > div.has {
  position: relative;
}
nav > dl > dd > div.has .ndmenu {
  z-index: 99;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
}
nav > dl > dd > div.has .ndmenu dt {
  height: 14px;
  overflow: hidden;
}
nav > dl > dd > div.has .ndmenu dt i {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #f13a3a;
}
nav > dl > dd > div.has .ndmenu dt.firstOn i {
  border-bottom-color: #cc0303;
}
nav > dl > dd > div.has .ndmenu dd {
  background-color: #f13a3a;
}
nav > dl > dd > div.has .ndmenu dd a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 40px;
}
nav > dl > dd > div.has .ndmenu dd a:hover {
  text-decoration: none;
  background-color: #cc0303;
}
nav > dl > dd > div.has:hover .ndmenu {
  display: block;
}
.bstyl1 {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.bstyl1 dd {
  width: 60px;
  height: 45px;
  position: relative;
}
.bstyl1 dd i {
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #f13a3a;
  top: 50%;
  margin-top: -1px;
}
.bstyl1 dt {
  line-height: 45px;
  height: 45px;
  float: left;
  padding: 0 10px;
  color: #f13a3a;
  opacity: 0.9;
  font-size: 30px;
  font-family: yplx;
}
.bstyl1 dt a {
  color: #f13a3a;
}
.bstyl1.yyly {
  padding-top: 20px;
}
.bstyl1.rmpp {
  padding-top: 30px;
  padding-bottom: 5px;
}
.bstyl1.gsjj {
  padding-top: 43px;
  padding-bottom: 30px;
}
.bstyl1.jssb {
  padding-top: 45px;
  padding-bottom: 34px;
}
.bstyl1.xwzx {
  padding-top: 30px;
  padding-bottom: 20px;
}
.profile_wrap {
  background-color: #f4f4f4;
}
.profile_wrap .controW > div .lef {
  float: left;
  width: 600px;
  color: #484651;
}
.profile_wrap .controW > div .lef > h2 {
  margin: 0;
  font-size: 32px;
  font-weight: normal !important;
  line-height: 2;
  padding: 19px 0 0 0;
}
.profile_wrap .controW > div .lef > div {
  line-height: 26px;
  padding: 4px 20px 12px 0;
  font-size: 14px;
  overflow: hidden;
}
.profile_wrap .controW > div .lef > div * {
  padding: 0;
  margin: 0;
}
.profile_wrap .controW > div .lef > .zoom a {
  float: left;
  display: block;
  border: 1px solid #f13a3a;
  color: #f13a3a;
  line-height: 32px;
  font-size: 14px;
  padding: 0 30px;
}
.profile_wrap .controW > div .rig {
  float: right;
  width: 500px;
}
.profile_wrap .controW > div .rig img {
  width: 100%;
  height: auto;
}
.blo1 {
  display: flex;
  justify-content: space-between;
  padding: 75px 0;
}
.blo1 li {
  width: 354px;
  height: 223px;
  background-image: url(../pic/j3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.blo1 li.one:hover {
  background-image: url(../pic/j3_on.jpg);
}
.blo1 li.two {
  background-image: url(../pic/j4.jpg);
}
.blo1 li.two:hover {
  background-image: url(../pic/j4_on.jpg);
}
.blo1 li.three {
  background-image: url(../pic/j5.jpg);
}
.blo1 li.three:hover {
  background-image: url(../pic/j5_on.jpg);
}
.blo2 ul.top {
  display: flex;
  justify-content: center;
}
.blo2 ul.top li {
  padding: 0 6px;
}
.blo2 ul.top li a {
  display: block;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 25px;
  line-height: 36px;
  color: #707070;
}
.blo2 ul.top li a:hover,
.blo2 ul.top li a.curr {
  background-color: #f13a3a;
  color: #fff;
  text-decoration: none;
}
.blo2 > div {
  min-height: 300px;
}
.blo2 > div dl {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.blo2 > div dl.nodis {
  display: none;
}
.blo2 > div dl dt {
  font-size: 14px;
  line-height: 3;
}
.blo2 > div dl dd {
  width: 323px;
  padding-top: 30px;
  padding-bottom: 45px;
}
.blo2 > div dl dd a {
  display: block;
  position: relative;
}
.blo2 > div dl dd a h1 {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.blo2 > div dl dd a div {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: -25px;
}
.blo2 > div dl dd a div span {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}
.blo3 {
  padding: 46px 0;
}
.blo3 ul {
  background: url(../pic/j6.jpg) center 0 no-repeat;
  display: flex;
  justify-content: space-between;
}
.blo3 ul li {
  width: 347px;
  height: 482px;
  overflow: hidden;
  text-align: center;
}
.blo3 ul li h1 {
  color: #F13A3A;
  font-size: 26px;
  line-height: 1;
  margin-top: 295px;
}
.blo3 ul li h2 {
  color: #2B2B2B;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  padding: 5px 0 10px;
}
.blo3 ul li h3 {
  height: 2px;
  width: 100px;
  margin: 0 auto;
  background-color: #2B2B2B;
  line-height: 2;
}
.blo3 ul li h4 {
  color: #949494;
  font-size: 16px;
  line-height: 2;
  padding-top: 13px;
}
.blo3 ul li.two {
  position: relative;
}
.blo3 ul li.two a {
  position: absolute;
  left: 100px;
  bottom: 23px;
  display: block;
  width: 145px;
  height: 36px;
}
.blo3 ul li.three * {
  color: #fff;
}
.blo3 ul li.three h3 {
  background-color: #fff;
}
.blo4 {
  height: 490px;
  background: url(../pic/j7.jpg) center top no-repeat;
}
.blo4 .controW div.zoom {
  padding-top: 140px;
  margin: 0 auto;
}
.blo4 .controW div.zoom a {
  display: block;
  float: left;
  width: 25%;
}
.blo4 .controW div.zoom a:hover {
  text-decoration: none;
}
.blo4 .controW div.zoom a:hover dl dt {
  border-color: #f13a3a;
  color: #f13a3a;
}
.blo4 .controW div.zoom a dl {
  margin: 0 30px;
}
.blo4 .controW div.zoom a dl dt {
  width: 126px;
  height: 126px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blo4 .controW div.zoom a dl dt em {
  display: block;
  text-align: center;
}
.blo4 .controW div.zoom a dl dt em .fa {
  line-height: 126px;
  font-size: 40px;
}
.blo4 .controW div.zoom a dl dd {
  color: #fff;
  text-align: center;
}
.blo4 .controW div.zoom a dl dd h1 {
  font-size: 16px;
  line-height: 3;
  padding: 8px 0 5px;
}
.blo4 .controW div.zoom a dl dd h2 {
  font-size: 14px;
  line-height: 24px;
}
.blo4 .controW div.zoom li.two dt {
  background-image: url(../pic/p2.png);
}
.blo4 .controW div.zoom li.two dt:hover {
  background: url(../pic/p2_on.png);
}
.blo4 .controW div.zoom li.three dt {
  background-image: url(../pic/p3.png);
}
.blo4 .controW div.zoom li.three dt:hover {
  background: url(../pic/p3_on.png);
}
.jssb_wrap {
  overflow: hidden;
}
.jssb_wrap ul {
  width: 1131px;
  height: 262px;
  overflow: hidden;
}
.jssb_wrap ul li {
  float: left;
  padding-right: 31px;
}
.jssb_wrap ul li a {
  display: block;
  width: 346px;
}
.jssb_wrap ul li a h2 {
  border: 1px solid #ddd;
  overflow: hidden;
  height: 220px;
  text-align: center;
}
.jssb_wrap ul li a h2 img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.jssb_wrap ul li a h3 {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
div.more {
  text-align: center;
  padding: 30px 0;
}
div.more a {
  display: inline-block;
  border-radius: 20px;
  padding: 0 30px;
  line-height: 2;
  font-size: 14px;
  border: 1px solid #f13a3a;
  color: #f13a3a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.more a:hover {
  color: #fff;
  background-color: #f13a3a;
  text-decoration: none;
}
.blo5 ul {
  min-height: 200px;
  padding: 23px 0 35px;
  display: flex;
  justify-content: space-between;
}
.blo5 ul li {
  width: 332px;
}
.blo5 ul li a {
  display: block;
  color: #707070;
}
.blo5 ul li a h1 {
  overflow: hidden;
  height: 217px;
}
.blo5 ul li a h1 img {
  width: 100%;
  height: 230px;
}
.blo5 ul li a h2 {
  line-height: 2;
  font-size: 18px;
  padding: 8px 0 3px;
}
.blo5 ul li a h3 {
  line-height: 24px;
  font-size: 14px;
}
.blo5 ul li a h2,
.blo5 ul li a h3 {
  padding-left: 15px;
  padding-right: 8px;
}
.blo5 div.more {
  padding: 12px 0 25px;
}
.blo6 {
  padding-bottom: 30px;
}
.blo6 ul.zoom {
  padding-top: 15px;
}
.blo6 ul.zoom li {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}
.blo6 ul.zoom li a {
  display: block;
}
.blo6 ul.zoom li a img {
  height: 80px;
}
.banner {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.banner > div {
  overflow: hidden;
}
.banner > div ul li {
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.banner > div ul li .f1,
.banner > div ul li .f2 {
  width: 800px;
  margin: 244px auto 0;
}
.banner > div ul li .f1 h1,
.banner > div ul li .f2 h1,
.banner > div ul li .f1 h2,
.banner > div ul li .f2 h2,
.banner > div ul li .f1 h3,
.banner > div ul li .f2 h3 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
}
.banner > div ul li .f1 h2,
.banner > div ul li .f2 h2 {
  font-size: 40px;
  padding: 10px 0;
}
.banner > div ul li .f2 {
  background-color: rgba(196, 38, 38, 0.75);
  padding: 30px 0;
  width: 700px;
  margin-top: 215px;
}
.banner > h1 {
  position: absolute;
  top: 50%;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  margin-top: -70px;
  z-index: 50;
  cursor: pointer;
}
.banner > h1 .fa {
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
}
.foot {
  background-color: #282828;
  border-top: 2px solid #f13a3e;
}
.foot .controW {
  font-size: 14px;
}
.foot .controW * {
  color: #666;
}
.foot .controW > h1 {
  padding: 20px 0 15px;
}
.foot .controW > h1 img {
  height: 54px;
}
.foot .controW > ul {
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
}
.foot .controW > ul li {
  float: left;
  line-height: 2;
  padding-right: 40px;
}
.foot .controW .copy {
  padding: 20px 0;
}
/****/
.swf {
  background-color: #f7f7f7;
}
.swf h4 {
  text-align: center;
  font-size: 14px;
  line-height: 3;
}
.swf h4::after {
  content: "loading…";
}
.procla {
  padding: 15px 0 15px 0px;
}
.procla div {
  padding-bottom: 5px;
}
.procla div a {
  font-size: 16px;
  display: block;
  text-align: center;
  background-color: #fbfbfb;
  line-height: 2.5;
}
.procla div a .fa {
  margin-right: 5px;
  color: #e87a54;
}
.procla div a:hover,
.procla div a.curr {
  text-decoration: none;
  background-color: #ec5927;
  color: #fff;
}
.procla div a:hover .fa {
  color: #fff;
}
.procla222 {
  padding: 13px 0 0 0px;
}
.procla222 div {
  padding-left: 30px;
  padding-bottom: 2px;
  background: url(../pic/3.jpg) left 1px no-repeat;
  height: 26px;
  line-height: 26px;
}
/********** 浮动QQ客服 **************/
/********************************/
/*green*/
.qd-wrap-green {
  background-color: #138907;
  padding: 5px;
  min-width: 116px;
  _overflow: visible;
  _width: 116px;
}
.qd1-green {
  border: 1px solid #9cd052;
  background-color: #138907;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 2px;
}
.qd2-green {
  background-color: #FFF;
  padding: 5px 10px;
}
.qd2-green ul li {
  zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0;
  line-height: 22px;
}
.qd2-green ul li .qlid1 {
  float: left;
  padding: 0 5px 0 0;
}
.qd2-green ul li .qlid2 {
  float: left;
  padding: 0 0 0 2px;
}
/*blue*/
.qd-wrap-blue {
  background-color: #10426b;
  padding: 5px;
  min-width: 116px;
  _overflow: visible;
  _width: 116px;
}
.qd1-blue {
  border: 1px solid #3a708d;
  background-color: #123e70;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 2px;
}
.qd2-blue {
  background-color: #FFF;
  padding: 5px 10px;
}
.qd2-blue ul li {
  zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0;
  line-height: 22px;
}
.qd2-blue ul li .qlid1 {
  float: left;
  padding: 0 5px 0 0;
}
.qd2-blue ul li .qlid2 {
  float: left;
  padding: 0 0 0 2px;
}
/********************************/
/***********************************/
.alpha80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
}
.backlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
.nnnttt {
  border-collapse: collapse;
}
.nnnttt td {
  border: 1px solid #000;
}
#xjj {
  border: 3px solid #000;
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20000000;
  background-color: #FFF;
  padding: 0px;
}
/********************************************/
#slider {
  position: relative;
  height: 330px;
  background-size: 100% 330px !important;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}
.nivo-controlNav {
  position: absolute;
  left: 50%;
  bottom: 10px;
}
.nivo-controlNav a {
  display: block;
  width: 40px;
  height: 8px;
  background: #fff;
  text-indent: -9999px;
  border: 0;
  margin-right: 4px;
  float: left;
  opacity: 0.9;
}
.nivo-controlNav a.active {
  background: #0053b3;
}
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../pic/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
}
a.nivo-nextNav {
  background: url(../pic/arrows.png) -30px 0 no-repeat;
  right: 25px;
}
a.nivo-prevNav {
  left: 25px;
}
.nivoSlider {
  position: relative;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* The slices in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  margin-top: -15px;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
/********************************************/
.tools {
  position: fixed;
  right: 0;
  z-index: 9999999;
  top: 35%;
}
.tools dl {
  position: relative;
}
.tools dd {
  position: absolute;
  top: 0;
  right: 0;
}
.tools dd h5,
.tools dd.qq.single a,
.tools dd div {
  background-color: #3ac4fa;
}
.tools dd.qq.single a {
  display: block;
}
.tools dd.qq.single a b,
.tools dd.qq h5 b {
  background: url(../pic/qq.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  width: 32px;
}
.tools dd h5,
.tools dd.qr div {
  float: right;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
}
.tools dd div {
  float: left;
  overflow: hidden;
  display: none;
}
.tools dd div ul {
  padding: 0 8px 0 14px;
}
.tools dd div ul li {
  float: left;
  padding: 0 5px;
}
.tools dd div ul li a {
  display: block;
  font-size: 22px;
}
.tools dd div ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tools dd.p h5 .fa {
  font-weight: bold;
  animation-name: telshow;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: telshow;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: telshow;
  -o-animation-duration: 1s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.tools dd.p div h4 {
  white-space: nowrap;
  font-size: 22px;
  color: #fff;
  padding: 0 15px 0 0;
}
.tools dd.qr ol {
  display: none;
  position: absolute;
  bottom: 0;
  cursor: text;
}
.tools dd.qr ol li {
  float: left;
  border: 3px solid #ddd;
  background-color: #fff;
  margin-right: 2px;
}
.tools dd.qr ol li span {
  display: blo;
}
.tools dd.qr ol li span img {
  height: 135px;
}
.tools dd.qr ol li b {
  display: block;
  text-align: center;
  line-height: 2;
  padding-bottom: 3px;
}
